executive control language - перевод на арабский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

executive control language - перевод на арабский

SYNTAX USED TO CONTROL ACCESS TO DATA STORED IN A DATABASE
Data Control Language; Draft:Data Control Language; User:Bnsahoo14/sandbox

executive control language      
لغة الإيعاز بتنفيذ الوظائف
printer control language         
COMPUTER LANGUAGE THAT DESCRIBES THE APPEARANCE OF A PRINTED PAGE IN A HIGHER LEVEL THAN AN ACTUAL OUTPUT BITMAP
Printer control language; Printer Control Language; Printer language; Page Description Language; Page description markup language; KPDL; ZjStream; Ultra Fast Rendering; Page description language (PDL); List of page description languages
لغة التحكم فى الطابعة .
Executive powers         
  • Finnish Parliament]] in 2007.
BRANCH OVERSEEING ADMINISTRATION OF THE STATE
Executive power; Executive Branch; Executive authority; Executive branch; Executive branch of government; Executive arm; Executive government; U.S. Executive agency; Executive department; Government (executive); Executive powers; Executive (branch); The executive; Executive body; Executive bodies
سلطات تنفيذية

Определение

Control Language
<language> (CL) The batch language for IBM RPG/38, used in conjunction with RPG III. See also OCL. (2000-04-08)

Википедия

Data control language

A data control language (DCL) is a syntax similar to a computer programming language used to control access to data stored in a database (authorization). In particular, it is a component of Structured Query Language (SQL). Data Control Language is one of the logical group in SQL Commands. SQL is the standard language for relational database management systems. SQL statements are used to perform tasks such as insert data to a database, delete or update data in a database, or retrieve data from a database.

Though database systems use SQL, they also have their own additional proprietary extensions that are usually only used on their system.  For Example Microsoft SQL server uses Transact-SQL (T-SQL) which is an extension of SQL. Similarly Oracle uses PL-SQL which is their proprietary extension for them only. However, the standard SQL commands such as "Select", "Insert", "Update", "Delete", "Create", and "Drop" can be used to accomplish almost everything that one needs to do with a database.

Examples of DCL commands include:

  • GRANT to allow specified users to perform specified tasks.
  • REVOKE to remove the user accessibility to database object.

The operations for which privileges may be granted to or revoked from a user or role apply to both the Data definition language (DDL) and the Data manipulation language (DML), and may include CONNECT, SELECT, INSERT, UPDATE, DELETE, EXECUTE, and USAGE.